SipClient Constructor (String) |
Initializes a new instance of the SipClient class using the specified domain.
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic SipClient(
string domain
)
Public Sub New (
domain As String
)
Parameters
- domain
- Type: SystemString
A string represents domain name, name or IP address of SIP server.
See Also